home *** CD-ROM | disk | FTP | other *** search
Wrap
;//**************************************************************************** ;//* DNEM.INF ;//**************************************************************************** ;//* Copyright (c) Deterministic Networks, Inc. 1997 - 1998 ;//**************************************************************************** ;//* ;//* This is the .inf file for the mac dirver (dnem.vxd) ;//* ;//**************************************************************************** [Version] Signature=$CHICAGO$ Class=Net Provider=%V_DETNET% [Manufacturer] %V_DETNET%=DETERMINISTIC [ControlFlags] ExcludeFromSelect=DNEMAC [DETERMINISTIC] %DNEMAC.DeviceDesc% =DNEMAC.ndi, DNEMAC [DNEMAC.ndi] AddReg=DNEMAC.ndi.reg DeviceID=DNEMAC MaxInstance=16 [DNEMAC.ndi.reg] HKR,Ndi,DeviceID,,DNEMAC HKR,NDIS,LogDriverName,,DNEMAC HKR,Ndi,NdiInstaller,,"DNES.dll,DnDneMacMain" HKR,Ndi,MaxInstance,,20 HKR,NDIS,MajorNdisVersion,1,03 HKR,NDIS,MinorNdisVersion,1,0a HKR,Ndi\Interfaces,DefUpper,,"ndis3" HKR,Ndi\Interfaces,DefLower,,"DNEBinding" HKR,Ndi\Interfaces,UpperRange,,"ndis3" HKR,Ndi\Interfaces,LowerRange,,"DNEBinding" HKR,Ndi\Compatibility,RequireAll,,"DNEPRO" HKR,Ndi\Install,,,"DNEMAC.Install" HKR,Ndi\Remove,,,"DNEMAC.Remove" ; Context help HKR,Ndi,HelpText,0,%DNEMAC_HELP% [DNEMAC.Install] AddReg=DNEMAC.AddReg [DNEMAC.Remove] DelReg=DNEMAC.ndi.rmv.delreg DelFiles=DNEMAC.ndi.vxds.delfiles [DNEMAC.AddReg] HKR,,DevLoader,,*ndis HKR,,DeviceVxDs,,"DNEMAC.VXD" [DNEMAC.ndi.rmv.delreg] [DNEMAC.ndi.vxds.delfiles] [DestinationDirs] DNEMAC.ndi.vxds.delfiles= 11 [strings] V_DETNET="Deterministic Networks" V_CLASSNAME = "Network Adapter" DNEMAC.DeviceDesc = "DNE Mac Shim" DNEMAC_HELP = "This is an internal component of the DNE system. Please do not remove this component. Instead please remove the DNES service from the control panel."